home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Compression / tarZan / Source / deCompObject.h next >
Text File  |  1992-07-27  |  367b  |  23 lines

  1. /* Generated by me! */
  2. // Created By James T. Romano July 22, 1992 
  3. // Member of the Dynamic Duo of NeXT Computers!
  4. //
  5. // 
  6. // Read it and Weep!
  7.  
  8. #import "tarZanMain.h"
  9.  
  10. #import <objc/Object.h>
  11. #import <stdio.h>
  12. #import <string.h>
  13. #import <appkit/Panel.h>
  14. #import <appkit/Application.h>
  15.  
  16. @interface deComp:Object
  17. {
  18. }
  19.  
  20. - deCompressFile:(const char *)file;
  21. - free;
  22.  
  23. @end